Remove empty new lines at the EOF
authorGiuseppe Scrivano <gscrivan@redhat.com>
Thu, 7 Apr 2016 08:06:54 +0000 (10:06 +0200)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Thu, 7 Apr 2016 12:25:24 +0000 (12:25 +0000)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #242
Approved by: cgwalters

.travis.yml
docs/manual/repository-management.md
src/libostree/ostree-sysroot.c
src/switchroot/ostree-mount-util.c

index 7a80c942172dd0a677305a868f27210854c2840c..69ea10fdd370f53d8273aba3db7dc904e0a057cc 100644 (file)
@@ -22,4 +22,3 @@ notifications:
 branches:
   only:
     - auto
-
index df92f6b9dcfc1ef5847cc2f04584df19a44bd147..ceb96cadcedfd611828f8449b26cc5c8773a1a0e 100644 (file)
@@ -209,6 +209,3 @@ That will truncate the history older than 6 months.  Deleted commits
 will have "tombstone markers" added so that you know they were
 explicitly deleted, but all content in them (that is not referenced by
 a still retained commit) will be garbage collected.
-
-
-
index 6ee3dff9a80e413a9fcc7c80ce33bf074e43c8bd..b114a901b38fc078368f3321c6a487338fa57828 100644 (file)
@@ -1850,4 +1850,3 @@ ostree_sysroot_deployment_unlock (OstreeSysroot     *self,
  out:
   return ret;
 }
-
index daec66c5762da746b99d7d56375f76eb6f26276b..bb27026cd72dad117e11453a4c3207ee135951f7 100644 (file)
@@ -66,4 +66,3 @@ path_is_on_readonly_fs (char *path)
 
   return (stvfsbuf.f_flag & ST_RDONLY) != 0;
 }
-